systemd.network.netdevs.<name>.batmanAdvancedConfig

Each attribute in this set specifies an option in the [BatmanAdvanced] section of the unit. See systemd.netdev(5) for details.

Type
attribute set of (systemd option)
Default
{ }
Example
{
  GatewayMode = "server";
  RoutingAlgorithm = "batman-v";
}
Declared
<nixpkgs/nixos/modules/system/boot/networkd.nix>